home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Schemas / FRAMESET.DTD < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.4 KB  |  46 lines

  1. <!--
  2.    Copyright ⌐ 1998-2000 World Wide Web Consortium,
  3.    (Massachusetts Institute of Technology,
  4.    Institut National de Recherche en Informatique et en Automatique, Keio University).
  5.    All Rights Reserved.
  6.  
  7.    W3C Document notice and license:
  8.    http://www.w3.org/Consortium/Legal/copyright-documents-19990405
  9.    http://www.w3.org/Consortium/Legal/
  10.  
  11.     This is the HTML 4.01 Frameset DTD, which should be
  12.     used for documents with frames. This DTD is identical
  13.     to the HTML 4.01 Transitional DTD except for the
  14.     content model of the "HTML" element: in frameset 
  15.     documents, the "FRAMESET" element replaces the "BODY" 
  16.     element.
  17.  
  18.           Draft: $Date: 1999/04/16 21:43:01 $
  19.  
  20.           Authors:
  21.               Dave Raggett <dsr@w3.org>
  22.               Arnaud Le Hors <lehors@w3.org>
  23.               Ian Jacobs <ij@w3.org>
  24.  
  25.     Further information about HTML 4.01 is available at:
  26.  
  27.           http://www.w3.org/TR/html40.
  28. -->
  29. <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.01 Frameset//EN"
  30.   -- Typical usage:
  31.  
  32.     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
  33.             "http://www.w3.org/TR/html40/frameset.dtd">
  34.     <html>
  35.     <head>
  36.     ...
  37.     </head>
  38.     <frameset>
  39.     ...
  40.     </frameset>
  41.     </html>
  42. -->
  43.  
  44. <!ENTITY % HTML.Frameset "INCLUDE">
  45. <!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  46. %HTML4.dtd;